type github.com/gotd/td/transport.connection
10 uses
github.com/gotd/td/transport (current package)
connection.go#L21: var _ Conn = (*connection)(nil)
connection.go#L24: type connection struct {
connection.go#L33: func (c *connection) Send(ctx context.Context, b *bin.Buffer) error {
connection.go#L55: func (c *connection) Recv(ctx context.Context, b *bin.Buffer) error {
connection.go#L77: func (c *connection) Close() error {
listener.go#L62: return &connection{
listener.go#L74: return &connection{
protocol.go#L69: return &connection{
protocol.go#L79: return &connection{
protocol.go#L82: }, &connection{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |